home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Kathy cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Oh how would I love to touch her... Just say no, Hewitt.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "That\'s Kathy. I\'ve had a crush on her since I started here. Too bad she\'s way too cool for me.";
- }
- if(_root.micon._currentframe == 51 && _root.range == true)
- {
- _root.talk11 = 2;
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(1);
- _root.txt_number = 6;
- _root.take = 31;
- _root.next_dis6 = 13;
- _root.di6 = 417;
- _root.next_txt6 = "Thanks… What’s your name again?";
- _root.next_txt5 = "It’s Hew… Hewitt.";
- _root.di5 = 418;
- _root.next_dis5 = 2;
- _root.next_txt4 = "A deals a deal. HereΓÇÖs the lace from my hair.";
- _root.di4 = 419;
- _root.next_dis4 = 13;
- _root.next_txt3 = "Wait! What? You said youΓÇÖd go to the dance if I got this info for you.";
- _root.di3 = 420;
- _root.next_dis3 = 2;
- _root.next_txt2 = "Well, Henry, I never said what part of me was going with you.";
- _root.di2 = 421;
- _root.next_dis2 = 13;
- _root.next_txt1 = "Harsh…";
- _root.di1 = 422;
- _root.next_dis1 = 2;
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk11 == 0)
- {
- _root.talk11 = 1;
- _root.txt_number = 5;
- _root.next_dis5 = 2;
- _root.di5 = 410;
- _root.next_txt5 = "Hey…, Ka… Ka… Kathy. It’s me. Hewitt. Would you be… um… interested in going to the dance with me?";
- _root.next_txt4 = "Do I know you? Never mind, thatΓÇÖs not important. IΓÇÖll go to the dance with you if you can help me out.";
- _root.di4 = 411;
- _root.next_dis4 = 13;
- _root.next_txt3 = "Sure! Anything!";
- _root.di3 = 412;
- _root.next_dis3 = 2;
- _root.next_txt2 = "Principle Hoggard has some files on his computer that I need. ";
- _root.di2 = 413;
- _root.next_dis2 = 13;
- _root.next_txt1 = "DonΓÇÖt worry about what they are, but if you can get them off the computer, IΓÇÖll go with you to the dance.";
- _root.di1 = 414;
- _root.next_dis1 = 13;
- }
- else if(_root.talk11 == 1)
- {
- _root.txt_number = 1;
- _root.next_dis1 = 13;
- _root.next_txt1 = "Where is the information I asked you for?";
- _root.di1 = 415;
- }
- else
- {
- _root.txt_number = 1;
- _root.next_dis1 = 13;
- _root.next_txt1 = "Hahaha";
- _root.di1 = 416;
- }
- }
- }
- }
-